Dynomotion

Group: DynoMotion Message: 12171 From: fchopinqc Date: 8/28/2015
Subject: Axis disable problem with version 433o
Hi Tom I have a strange problem with version 433o which I did not had with version 433a
In Kmotion Jog mode is working Z=0 X=1 Y=1, motor and  encoder ok


if I try I simple G1 X0 int the send command box or by stepping in the G code or any other move I have a axis disable dialog with no info in the console. The problem is the same in  the gcode section in kmotion control.

Movement is c programming is working....

Using windows 8

Any idea how to pin point the problem?

Thanks
Fred


Group: DynoMotion Message: 12172 From: fchopinqc Date: 8/28/2015
Subject: Re: Axis disable problem with version 433o
Tom the 433f version from last September is working... nothing after 433i

Test sequence :

Fresh install
Load Kmotion.exe
Burn Firmware X
reboot CNC CTRL BOX
reload Kmotion.exe run cnc.config.c
load KmotionCNC.exe change setting for count/inch to 16256
reload KmotionCNC.exe Jog Y,X,Z with arrow
check axis z,x,y status
send G0 X0 command ( In both direct cmd and G code window)

433f and below movement to X=0
433i and newer nothing sometime a axe disable dialog

I will recheck my configuration file maybe a setting has change since 433F
Group: DynoMotion Message: 12173 From: Tom Kerekes Date: 8/28/2015
Subject: Re: Axis disable problem with version 433o
Hi Fred,

I can't reproduce this or have heard of any such issue with those versions.  It must be something specific with your configuration.

Please post your cnc.config.c file.

As a sanity check you might unplug/power down all your hardware and initialize with:
C:\KMotion433o\C Programs\KStep\InitKStep3Axis.c

Which is a fully open loop configuration so there should be no errors even without any hardware to see if KMotionCNC G0X0 works normally.

Regards
TK


Group: DynoMotion Message: 12175 From: fchopinqc Date: 8/28/2015
Subject: Re: Axis disable problem with version 433o
Thanks I will check that later for the moment I'm using the 433F version.